Einhugur OpenDocument Text Plugin for Xojo

Section.SetPageSize Method

Sets page size for the pages in the section. This variation takes in detailed size values.

SetPageSize(
   width as Double,
   height as Double,
   unit as EinhugurODT.LengthUnit)

Parameters

width
Width in the unit specified by the unit parameter.
height
Height in the unit specified by the unit parameter.
unit
Unit for the width and height parameters.

Remarks

See Also

Section Class